/* NAVIGATION*/
.nav-container {
    background-color: rgba(128, 128, 128, 0.26);
}
.third-row {
    background-color: rgba(128, 128, 128, 0.493);
    padding-top: 10px;
}
.third-row p {
    color: #B8860B;
}
.contact-section {
    padding: 50px 0px 50px 0px;
    background-color: black;
    color: white;
}
.contact-section p {
    font-size: large;
}
.contactCol input {
    color: white;
    background-color: black;
    border: solid 1px white;
}
.contactCol textarea {
    color: white;
    background-color: black;
    border: solid 1px white;
}
.contactCol button {
    margin-top: 80px;
    width: 100%;
    color: white;
    background-color: #B8860B;
}
.map {
    padding-top: 50px;
    padding-bottom: 50px;
    border:0px;
    width:100%;
}
